runtime.hmap.noldbuckets (method)
8 uses
runtime (current package)
map.go#L1132: func (h *hmap) noldbuckets() uintptr {
map.go#L1142: return h.noldbuckets() - 1
map.go#L1171: newbit := h.noldbuckets()
map.go#L1624: oldArraySize := int(h.noldbuckets())
map.go#L1687: oldArraySize := int(h.noldbuckets())
map_fast32.go#L376: newbit := h.noldbuckets()
map_fast64.go#L378: newbit := h.noldbuckets()
map_faststr.go#L404: newbit := h.noldbuckets()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |